const reflect.abiStepStack
13 uses
reflect (current package)
abi.go#L60: abiStepStack // copy to/from stack
abi.go#L320: kind: abiStepStack,
value.go#L471: case abiStepStack:
value.go#L498: case abiStepStack:
value.go#L588: if st := steps[0]; st.kind == abiStepStack {
value.go#L634: case abiStepStack:
value.go#L691: if st := steps[0]; st.kind == abiStepStack {
value.go#L722: case abiStepStack:
value.go#L782: case abiStepStack:
value.go#L946: if st := methodABI.call.steps[0]; st.kind == abiStepStack {
value.go#L978: if vStep := valueSteps[0]; vStep.kind == abiStepStack {
value.go#L981: if mStep.kind == abiStepStack {
value.go#L1009: if mStep := methodSteps[0]; mStep.kind == abiStepStack {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)